home *** CD-ROM | disk | FTP | other *** search
- #ifndef FWMENU_HPP
- #define FWMENU_HPP
-
- //========================================================================================
- //
- // File: FWMenu.hpp
- // Release Version: $ 1.0d11 $
- //
- // Copyright: 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- // ----- Framework Includes -----
-
- #include "FWCollec.h"
- #include "FWIntl.h"
- #include "FWResour.h"
- #include "FWFiles.h"
- #include "FWString.h"
- #include "FWFoundU.h"
- #include "FWExcLib.h"
- #include "FWDebug.h"
-
- // ----- OpenDoc Includes -----
-
- #ifndef _ODTYPES_
- #include <ODTypes.h>
- #endif
-
- #endif // FWMENU_HPP
-
-